Fix last commits in xdisp.c, which caused a crash at startup on w32.
authorEli Zaretskii <eliz@gnu.org>
Sat, 24 May 2014 19:19:27 +0000 (22:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 24 May 2014 19:19:27 +0000 (22:19 +0300)
commita3cc870eeb141048b89c4b1decba8dd066840899
treedfeb83f35a54646818d47f55fc9f5944c4c4d86e
parent602a307c35b227885468c79ae4574ffe6623314d
Fix last commits in xdisp.c, which caused a crash at startup on w32.

 src/xdisp.c (safe__call): Accept va_list argument instead of '...'.
 (safe_call, safe__call1): Construct a va_list argument for safe_call.
 (safe_call1): Call safe_call instead of safe__call directly.
src/ChangeLog
src/xdisp.c